home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / wb / toolmanager2_0.lha / ToolManager / Programmers / README
Text File  |  1992-09-26  |  1KB  |  34 lines

  1. This directory contains the include files and linker libraries that are needed
  2. to use toolmanager.library in your programs.
  3.  
  4.   dlib    - DICE linker libraries (small code, autoinit code, reg/stk args)
  5.  
  6.   example - example source codes which demonstrates the usage of the library
  7.             from programs
  8.  
  9.   fd      - FD file for toolmanager.library
  10.  
  11.   include - include files:
  12.              * clib/toolmanager_protos.h     - function prototypes
  13.              * libraries/toolmanager.h       - main include file (Tags etc.)
  14.              * pragmas/toolmanager_pragmas.h - DICE/SAS libcall pragmas
  15.              * proto/toolmanager.h           - SAS function prototypes
  16.  
  17.   libsrc  - C VarArgs stubs source
  18.  
  19.   mlib    - MANX Aztec C link library with source
  20.  
  21.   modula  - M2Amiga Modula-2 interface source code
  22.  
  23.   oberon  - Oberon interface source code
  24.  
  25.   slib    - SAS link library with source
  26.  
  27. Thanks to:
  28.  
  29.  Matthias Scheler (tron@uni-paderborn.de) for the SAS stuff
  30.  Olaf 'Olsen' Barthel (olsen@sourcery.mxm.sub.org) for the MANX stuff
  31.  Martin Horneffer (horneff@pool.informatik.rwth-aachen.de) for the Oberon stuff
  32.  Jürgen Weinelt for the M2Amiga stuff
  33.  
  34.